func runtime.getWeakHandle

3 uses

	runtime (current package)
		mheap.go#L2144: 	if handle := getWeakHandle(p); handle != nil {
		mheap.go#L2195: 	handle = getWeakHandle(p)
		mheap.go#L2209: func getWeakHandle(p unsafe.Pointer) *atomic.Uintptr {